body {
  background-color: #fdfaf6;
  font-family: 'Times New Roman', serif;
  margin: 0;
  padding: 0;
}

/* Centered header with margin from top */
header {
  width: 80%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 250px;
  background-color: #ccc3b6;
  border-radius: 300px;
  width: fit-content;
  margin: 50px auto; /* ⬅️ Center and push down */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.nav-container {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Logo */
.logo img {
  height: 70px;
}

.logo h1 {
  font-size: 30px;
  font-weight: bold;
}

/* Navigation menu */
nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 25px;
  transition: background-color 0.3s, color 0.3s;
}

nav ul li a.active,
nav ul li a:hover {
  background-color: #a58e76;
  color: white;
}

body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #fdfaf6;
  text-align: center;
}

.title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-style: italic;
  color: #6C1711
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  padding:60px 20px;
  margin-bottom: -60px;
  margin-top: -20px;
}

.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 70px;
}

.book {
 
  padding: 20px;
  border-radius: 20px;
  transition: transform 0.3s;
  width: 150px;
}

.book.center {
  transform: scale(1.2);
  z-index: 1;
}

.book img {
  width: 100%;
  height: auto;
}

.book p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #331c0b;
}

a {
  text-decoration: none;
}

.nav-btn {
  width: 40px;
  height: -90px;
  background-color: #b68e6b;
  color: black;
  border: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 70px;
  z-index: 999;
}

@media (max-width: 768px) {
  .book {
    width: 120px;
  }
}
body {
  margin: 0;
  padding: 0;
  background-image: url( "../IMG/highfi-bg.png.png"); /* <-- gambar kau */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Times New Roman', serif;
}

/* Layout */
.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px auto;
  gap: 60px;
  padding: 0 50px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-img {
  width: 220px;
  height: auto;
 
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.social-icons img {
  width: 40px;
  height: 40px;
}

/* Review section */
.right-column {
  max-width: 700px;
}

.review {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 10px;
  color: #4a3823;
}

.stars {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* Back Button */
.back-btn {
  background: #a3917b;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  transition: 0.3s;
}

.back-btn:hover {
  background: #5c4433;
}

.quote-section {
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
  color: #4a3823;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 20px;
  line-height: 1.6;
  font-family: 'Georgia', serif;
  font-weight: bold;
  margin-top: -100px;
}

.quote-section::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #a58e76;
  margin: 0 auto 15px auto;
  margin-top: 50px;
}
